hip.ai.pathfinding

Undocumented in source.

Members

Functions

AStar2D_4Way
AStarResult!T AStar2D_4Way(T[] map, uint startX, uint startY, int columns, uint targetX, uint targetY, Q walls)
Undocumented in source. Be warned that the author may not have intended to support it.
manhattanHeuristic
int manhattanHeuristic(int posX, int posY, int targetX, int targetY)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AStarResult
struct AStarResult(T)
Undocumented in source.

Meta